home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000438_amos-request@svcs1.digex.net_Thu Aug 28 19:03:29 1997.msg < prev    next >
Text File  |  1997-09-09  |  3KB  |  61 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail1.access.digex.net (8.8.5/8.8.5) with ESMTP id TAA04592
  3.     for <mcox@access.digex.net>; Thu, 28 Aug 1997 19:03:22 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id OAA12993
  6.     for amos-out; Thu, 28 Aug 1997 14:03:51 -0400 (EDT)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id OAA12990
  9.     for <amos-list@svcs1.digex.net>; Thu, 28 Aug 1997 14:03:50 -0400 (EDT)
  10. Received: from relay2.inet.tele.dk (relay2.inet.tele.dk [194.182.149.120])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with SMTP id OAA21749
  12.     for <amos-list@access.digex.net>; Thu, 28 Aug 1997 14:03:47 -0400 (EDT)
  13. Received: (qmail 22782 invoked from network); 28 Aug 1997 19:03:41 -0000
  14. Received: from post8.tele.dk (194.239.134.172)
  15.   by relay2.inet.tele.dk with SMTP; 28 Aug 1997 19:03:41 -0000
  16. Received: from post8.tele.dk ([194.239.180.39]) by post8.tele.dk
  17.           (Netscape Mail Server v2.02) with SMTP id AAA26760;
  18.           Thu, 28 Aug 1997 19:02:31 +0100
  19. From: Jens Vang Petersen <top_cat@post8.tele.dk>
  20. To: "Mr. Giark To You" <joehick@golden.net>
  21. CC: amos-list@access.digex.net
  22. Date: Thu, 28 Aug 1997 20:03:28 +0100
  23. Message-ID: <yam7179.1450.1748089784@post8.tele.dk>
  24. In-Reply-To: <yam7179.1034.4707792@huron.net>
  25. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  26. Subject: Re: All this talk of a List Game
  27. MIME-Version: 1.0
  28. Content-Type: text/plain
  29. Status: O
  30. X-Status: 
  31.  
  32. On 28-Aug-97, Mr. Giark To You smashed the keyboard with:
  33.  
  34. >>^use 'On Error On' to start the error-catch
  35.  
  36. >I thought it might be something like that. Thanks.
  37.  
  38. Ups, I'm wrong that command does not exist in AMOS.. 
  39. The 'On Error Proc procedure_name' should activate the errorcatch whithout
  40. any further problems, sorry about that..
  41. Use 'On Error' alone to disable the errorcatch
  42.  
  43.  
  44. Oh, forgot to write that when you leave your error-procedure (if you're going
  45. back to the program, then you MUST use 'Resume' (this will make a retry where
  46. it went wrong) or 'Resume Next' to jump to the command after the one that
  47. caused the error. Also remember that you can get the error values in '=Errn'
  48. (errornumber is returned), and when you test your procedure you can write
  49. 'Error nr' to make an error in your program, another usefull constant is the
  50. 'Err$(n)' arrey, here you can get the error-strings (as shown by AMOS)
  51.  
  52. -- 
  53. Happy greetings, Yours..
  54. __________________________________________________________________________
  55.  /_  __/ __  / __  /\  ___\  __ \__  _\           aka. JENS VANG PETERSEN
  56.   / / / /_/ / ____/  \ \___\  __ \ \ \  Nyvej 8, DK-4450 Jyderup, Denmark
  57.  /_/ /_____/_/        \_____\_\ \_\ \_\             top_cat@post8.tele.dk
  58. --------------------------------------------------------------------------
  59.  fortune:  No such file or directory
  60. --------------------------------------------------------------------------
  61.